home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / c / killaga.txt < prev    next >
Text File  |  1996-09-07  |  1KB  |  50 lines

  1. KillAGA (V1.0) - By Jolyon Ralph    3/5/93
  2.  
  3.  
  4. Fed up of demos and games that install on your A1200, but require turning
  5. back to ECS chipset to run?
  6.  
  7. This little patch program clears the hardware registers to an ECS state,
  8. so if you put in a batch file, like:
  9.  
  10.  
  11. Killaga
  12. NonAGADemo
  13.  
  14. The demo will run properly without having to switch to ECS mode...
  15.  
  16. On exit you are left with a blank screen. Press Right-Amiga M to
  17. get your screen back (the key normally used for screen flipping.
  18.  
  19. Your system will then be back to full AGA state so you can carry
  20. on running properly written software!
  21.  
  22.  
  23.  
  24. What does it do?
  25. ----------------
  26.  
  27. It forces a blank View to be displayed and waits for two VBlanks
  28.  
  29. LoadView(NULL)
  30. WaitTOF()
  31. WaitTOF()
  32.  
  33. The system is then back to pretty much standard ECS state.
  34.  
  35.  
  36. Updates
  37. -------
  38.  
  39. Currently sprite resolution is not fixed. So if you run a hi-res
  40. mouse pointer it will mess up sprites in demos/games. This will be
  41. fixed in the next upgrade.
  42.  
  43. The next upgrade will also have an option to disable CPU Caches...
  44.  
  45.  
  46. I can be contacted at:
  47.  
  48. jralph@cix.compulink.co.uk
  49.  
  50.